home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_12_09 / harmon / fmext.h < prev    next >
Encoding:
Text File  |  1994-07-31  |  536 b   |  24 lines

  1. Listing 2:
  2.  
  3. /* Filename: FMEXT.H */
  4. /* Header file for Generic File */
  5. /* Manager Extension */
  6.  
  7. /* Menu identifiers */
  8. #define IDM_SHOWSEL       1
  9. #define IDM_DRIVEINFO     2
  10. #define IDM_INITMENUTEST  3
  11. #define IDM_REFRESH       4
  12. #define IDM_UNINSTALL     5
  13.  
  14. /* Controls in Show Selections box */
  15. #define IDC_SELLIST       101
  16.  
  17. /* Controls in Drive Info box */
  18. #define IDC_TOTALSPACE    101
  19. #define IDC_FREESPACE     102
  20. #define IDC_CURRENTPATH   103
  21. #define IDC_VOLUMELABEL   104
  22. #define IDC_SHAREPOINT    105
  23.  
  24.